home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / Slackwar / docs / linux-2.0.34 / filesystems / isofs.txt < prev    next >
Encoding:
Text File  |  1997-06-03  |  1.6 KB  |  32 lines

  1. Mount options that are the same as for msdos partitions.
  2.  
  3.   uid=nnn    All files in the partition will be owned by user id nnn.
  4.   gid=nnn    All files in the partition will be in group nnn.
  5.   umask=nnn    The permission mask (see umask(1)) for the partition.
  6.   conv=binary   Data is returned exactly as is, with CRLF's.  [default]
  7.   conv=text     (Carriage return, line feed) is replaced with newline.
  8.   conv=mtext    (Carriage return, line feed) is returned as is (?).
  9.   conv=auto     Chooses, file by file, conv=binary or conv=text (by guessing)
  10.  
  11. Mount options that are the same as vfat partitions. These are only useful
  12. when using discs encoded using Microsoft's Joliet extensions.
  13.   iocharset=name Character set to use for converting from Unicode to
  14.         ASCII.  Joliet filenames are stored in Unicode format, but
  15.         Unix for the most part doesn't know how to deal with Unicode.
  16.         There is also an option of doing UTF8 translations with the
  17.         utf8 option.
  18.   utf8          Encode Unicode names in UTF8 format. Default is no.
  19.  
  20. Mount options that are unique to the isofs filesystem.
  21.   nojoliet      Ignore Joliet extensions if they are present.
  22.   norock        Ignore rockridge extensions if they are present.
  23.   unhide        Show hidden files (?).
  24.   cruft         Handle badly formatted CDs (?)
  25.   map=off       Do not map non-rockridge filenames to lowercase
  26.   map=normal    Map rockridge filenames to lowercase
  27.   check=relaxed 
  28.   check=strict
  29.   block=512     Set the block size for the disk to 512 bytes
  30.   block=1024    Set the block size for the disk to 1024 bytes
  31.   block=2048    Set the block size for the disk to 2048 bytes
  32.